20. Image Pre-processing for Model Training Exercise Solution

Image Pre-processing for Model Training Exercise Solution

ND320 C2 L3 14 Image Pre-Processing For Model Training Exercise Solution Video

Summary

In this exercise, I used a function called flow_from_dataframe instead of flow_from_directory. This is easier because I had all of my image file paths stored in a dataframe, and is identical in function to flow_from_directory. This may be a handy tool in your project.

Code

If you need a code on the https://github.com/udacity.